Feature: Debería permitir al usuario editar una página existente

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 32.942s

Scenario: Debería permitir al usuario editar una página existente

Before 0m 1.229s
Given I open the Ghost login page 0m 2.128s
And I wait for 2 seconds 0m 2.389s
And I enter login email CSV "USERNAME1" 0m 0.835s
And I wait for 3 seconds 0m 3.334s
And I enter login password CSV "PASSWORD1" 0m 0.478s
And I wait for 3 seconds 0m 3.309s
And I submit login 0m 0.602s
And I wait for 5 seconds 0m 5.462s
And I navigate to the pages page 0m 0.642s
And I enter to create a new page 0m 1.019s
And I enter page details "My New Page 1" "This is the content of my first page" 0m 1.790s
And I publish the page 0m 0.923s
And I wait for 2 seconds 0m 2.451s
And I navigate to the pages page 0m 0.475s
When I open the page with title "My New Page 1" 0m 1.553s
And I edit the page title to "Updated Page Title" and content "Updated content of the page" 0m 1.281s
And I edit the page 0m 1.694s
And I navigate to the pages page 0m 0.671s
Then I should see the page "Updated Page Title" in the pages list 0m 0.641s
After 0m 0.036s

Screenshots

Before
NO IMAGE AVAILABLE
Given I open the Ghost login page
And I wait for 2 seconds
And I enter login email CSV "USERNAME1"
And I wait for 3 seconds
And I enter login password CSV "PASSWORD1"
And I wait for 3 seconds
And I submit login
And I wait for 5 seconds
And I navigate to the pages page
And I enter to create a new page
And I enter page details "My New Page 1" "This is the content of my first page"
And I publish the page
And I wait for 2 seconds
And I navigate to the pages page
When I open the page with title "My New Page 1"
And I edit the page title to "Updated Page Title" and content "Updated content of the page"
And I edit the page
And I navigate to the pages page
Then I should see the page "Updated Page Title" in the pages list
After
NO IMAGE AVAILABLE